home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Softshoe / Lisa's Mac Parts / Broadcaster / Protocols / DiskInsertion.cp next >
Text File  |  2000-06-23  |  251b  |  14 lines

  1. // DiskInsertion.cp
  2.  
  3. #ifndef DiskInsertion_h
  4. #include "DiskInsertion.h"
  5. #endif
  6.  
  7. void DiskInsertion::ReceiveDiskInsertion( const DiskInsertionEvent& )
  8.   {
  9.   }
  10.  
  11. void DiskInsertion::ReceiveDiskInsertionFailure( const DiskInsertionEvent&, OSErr )
  12.   {
  13.   }
  14.